home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / phpMyAdmin / libraries / tcpdf / README < prev    next >
Encoding:
Text File  |  2007-12-20  |  2.0 KB  |  62 lines

  1. TCPDF - README
  2. ============================================================
  3.  
  4. Name:
  5.     TCPDF
  6.  
  7. Version:
  8.     1.53.0.TC026_PHP4
  9.     
  10. Release date:
  11.     2006-10-28
  12.  
  13. Author:
  14.     Nicola Asuni 
  15.     
  16. Copyright (c) 2001-2006:
  17.     Tecnick.com S.r.l.
  18.     Via Ugo Foscolo n.19
  19.     09045 Quartu Sant'Elena (CA)
  20.     ITALY
  21.     www.tecnick.com
  22.     
  23. URLs:
  24.     http://tcpdf.sourceforge.net/
  25.     http://tcpdf.sf.net/
  26.  
  27. Description:
  28.     TCPDF is a PHP4 class for generating PDF files on-the-fly without requiring external extensions.
  29.     TCPDF is an extension and improvement of the FPDF class by Olivier Plathey (http://www.fpdf.org).
  30.     
  31.     Main Features:
  32.     
  33.      - supports all ISO page formats;
  34.      - supports UTF-8 Unicode;
  35.      - includes methods to publish some xhtml code, supporting the following elements: h1, h2, h3, h4, h5, h6, b, u, i, a, img, p, br, strong, em, font, blockquote, li, ul, ol, hr, td, th, tr, table, sup, sub, small;
  36.      - includes a method to print various barcode formats using an improved version of "Generic Barcode Render Class" by Karim Mribti (http://www.mribti.com/barcode/) (require GD library: http://www.boutell.com/gd/)
  37.      - supports TrueTypeUnicode, TrueType, Type1 and encoding; 
  38.      - supports custom page formats, margins and units of measure;
  39.      - includes methods for page header and footer management;
  40.      - supports automatic page break;
  41.      - supports automatic page numbering;
  42.      - supports automatic line break and text justification;
  43.      - supports JPEG and PNG images;
  44.      - supports colors;
  45.      - supports links;
  46.      - support page compression (require zlib extension: http://www.gzip.org/zlib/);
  47.      - the source code is full documented in PhpDocumentor Style (http://www.phpdoc.org).
  48.  
  49. Installation:
  50.     1. copy the folder on your Web server
  51.     2. set your installation path on the config/tcpdf_config.php
  52.     3. call the test_unicode.php page with your browser to see an example
  53.     NOTE: the test_old.php require proper font setup on tcpdf_config.
  54.  
  55. Source Code Documentation:
  56.     doc/index.html
  57.  
  58. License
  59.     GNU LESSER GENERAL PUBLIC LICENSE v.2.1
  60.     http://www.gnu.org/copyleft/lesser.html
  61. ============================================================
  62.